body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td,
menu {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
ul,
ol,
menu {
  list-style: none;
}
fieldset,
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}
img,
object,
select,
input,
textarea,
button {
  vertical-align: middle;
}
input,
textarea,
select,
address,
caption,
cite,
code,
dfn,
em,
i,
b,
strong,
small,
th,
var,
abbr {
  font-size: 100%;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
code,
kbd,
pre,
samp,
tt {
  font-family: Consolas, "Courier New", Courier, monospace;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  color: #f8b101;
  text-decoration: none;
  cursor: pointer;
}
html {
  min-width: 1200px;
  overflow-y: scroll;
}
body {
  font-size: 14px;
  color: #000;
  font-family: 'Microsoft YaHei';
  background: #fff;
}
.clearMR {
  margin-right: 0px!important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  clear: both;
  zoom: 1;
}
.h {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}
#layout {
  position: relative;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #FABE00FF;
}
.swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #FABE00FF;
  box-sizing: border-box;
}
.trait {
  position: relative;
  top: -76px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1200px;
  z-index: 10;
}
.trait li {
  position: relative;
  top: 0px;
  width: 400px;
  height: 244px;
  box-sizing: border-box;
  padding: 64px 54px 0px;
  float: left;
  cursor: pointer;
  transition: top 0.2s ease-in-out;
}
.trait li:hover {
  position: relative;
  top: -10px;
  box-shadow: 3px 2px 5px #333333;
}
.trait li p {
  font-size: 30px;
  text-align: center;
  margin-bottom: 32px;
}
.trait li span {
  font-size: 18px;
  line-height: 28px;
}
.trait li:first-child {
  background: #f8b101;
}
.trait li:nth-child(2) {
  background: #000;
  color: #fff;
}
.trait li:nth-child(3) {
  background: #4D4D4D;
  color: #fff;
}
.index-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}
.index-title span {
  display: inline-block!important;
  width: 54px;
  height: 4px;
  background: #f8b101;
  vertical-align: bottom;
  margin-left: 15px;
  transition: all 0.2s ease-in-out;
}
.index-title:hover span{
  opacity:0;
}
.i-about .fr {
  width: 770px;
}
.i-about .fl {
  width: 367px;
}
.i-about .fl p {
  font-size: 20px;
  margin-top: 36px;
}
.i-about .fl span {
  font-size: 16px;
  margin-top: 55px;
  line-height: 25px;
  display: block;
}
.i-about .fl a {
  width: 170px;
  margin-top: 100px;
  height: 48px;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  background: #ffb600;
  color: #000000;
  display: block;
  line-height: 48px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 18px;
  text-align: center;
}
.i-about .fl a:hover {
  -webkit-transform: rotatey(360deg);
  -moz-transform: rotatey(360deg);
  color: #ffffff;
}
.i-about li {
  width: 48.5%;
  position: relative;
  border-bottom: 1px solid #C3C3C1FF;
  float: left;
  margin-right: 23px;
  margin-bottom: 22px;
}
.i-about li img{
  box-sizing:border-box;  
}
.i-about li:nth-child(2n+2) {
  margin-right: 0px;
}
.i-about li::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0px;
  display: block;
  height: 1px;
  width: 70px;
  background-color: #f8b101;
}
.i-about li span {
  display: block;
  font-size: 18px;
  padding: 20px 0px;
}
.i-about li img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.i-about li a {
    border:1px solid #f8b101;
  display: block;
  overflow: hidden;
}
.i-about li a:hover img {
  transform: scale(1.2);
}
.index-new {
  margin-bottom: 120px;
}
.index-new li {
  position: relative;
  float: left;
  width: 350px;
  height: 451px;
  margin-right: 75px;
  margin-top: 78px;
  background: #F1F4F8FF;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  cursor: pointer;
}
.index-new li:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.index-new li .time {
  position: absolute;
  top: 204px;
  left: 0px;
  width: 140px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  background: #f8b101;
  color:#fff;
}
.index-new li p {
  font-size: 18px;
  margin-top: 40px;
  color: #000;
  margin-bottom: 10px;
}
.index-new li .index-ncontent {
  margin-left: 20px;
  margin-right: 15px;
}
.index-new li .index-ncontent a:last-child {
  position: absolute;
  bottom: 20px;
  width: 64px;
  line-height: 1;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  color: #f8b101;
  border-bottom: 1px solid #f8b101;
  text-align:center;
}
.index-new li span {
  line-height: 28px;
  color: #797979;
  margin-bottom: 20px;
}
.index-new li:last-child {
  margin-right: 0px;
}
.i-manufacture {
  margin-top: 100px;
  margin-bottom: 80px;
}
.i-manufacture li {
  position: relative;
  width: 50%;
  height: 438px;
  float: left;
}
.i-manufacture li p {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 192px auto 0px;
  width: 60px;
  height: 60px;
  background: #f8b101;
  border-radius: 50%;
}
.i-manufacture li p::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-width: 10px 0px 10px 15px;
  border-style: solid;
  margin: 20px auto;
  border-color: transparent transparent transparent #000;
}
.i-manufacture li h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}
.i-manufacture li span {
  display: block;
  line-height: 25px;
  font-size: 16px;
  margin-top: 30px;
}
.i-manufacture li:first-child {
  background: #000;
  padding: 135px 96px 0px 10%;
  box-sizing: border-box;
  color: #ffffff;
}
.i-manufacture li img {
  width: 100%;
  height: 100%;
}
.i-manufacture li:nth-child(4) {
  background: #f8b101;
  padding:8% 10% 0px 96px;
  box-sizing: border-box;
  color: #000;
}
.i-ProList {
  margin-bottom: 80px;
}
.i-ProList li {
  float: left;
  margin-right: 16px;
}
.i-ProList li a {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 36px;
}
.i-company {
  background: #232323;
  margin-bottom: 80px;
  padding-bottom: 50px;
}
.i-company img:nth-child(2){
  transition:all 3s ease-out-in;
}
.i-company img:nth-child(2):hover{
   opacity:0.9;
}
.i-company .index-title {
  padding: 40px 0px;
  color: #f8b101;
  cursor: pointer;
}
.i-company .i-Ccontent {
  box-sizing: border-box;
  padding: 0px 4%;
}
.i-company .i-Ccontent .fl,.i-company .i-Ccontent .fr{
  width:49%;
}
.i-company .i-Ccontent h1 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 18px;
}
.i-company .i-Ccontent li {
  float: left;
  margin-right:5%;
  width:47%;
}
.i-company .i-Ccontent li img{
  width:100%;
}
.i-company .i-Ccontent li:last-child {
  margin-right: 0px;
}
.i-ProContent {
  margin-bottom: 80px;
}
.i-ProContent li {
  float: left;
  margin-right: 36px;
  width: 273px;
  overflow: hidden;
      box-sizing: border-box;
    border: 1px solid #b3afaf;
}
.i-ProContent li:last-child {
  margin-right: 0px;
}
.i-ProContent li img {
  transition: all 0.6s ease-in-out;
}
.i-ProContent li:hover img {
  transform: scale(1.2);
}
.head {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
  height: 100px;
  line-height: 100px;
}
.head .logo img {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.head .lng {
  position: relative;
  top: 9px;
  left: 10px;
  border: 1px solid #f8b101;
  width: 72px;
  box-sizing: border-box;
  display: inline-block;
}
.head .lng li {
  float: left;
  line-height: 24px;
  width: 50%;
  text-align: center;
}
.head .lng li:first-child {
  background: #f8b101;
}
.head .lng li a {
  color: #fff;
  display: block;
}
.head .nav_item {
  position: relative;
  float: left;
  height: 100px;
  margin-right: 10px;
}
.head .nav_item:hover > a {
  color: #f8b101;
  border-color: #f8b101;
}
.head .nav_item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  width: 94px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.head .nav_item a.hover {
  color: #f8b101;
  border-color: #f8b101;
}
.head .nav_item > a {
  color: #fff;
  margin-top: 40px;
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
}
.head .nav_item .uls2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 5px;
  display: none;
  z-index: 9000;
}
.head .nav_item .uls2 a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  width: 100%;
  color: #fff;
  margin-right: -1px;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border-bottom: 1px solid #ccc;
}
.head .nav_item .uls2 a.novlink:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: '';
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background-color: #f8b101;
}
.head .nav_item .uls2 a:hover:before {
  width: 100%;
}
.head .nav_ul {
  margin-left: 55px;
  margin-right: 11px;
}
#banner {
  width: 100%;
}
#banner .swiper-content {
  position: absolute;
  width: 420px;
  bottom: 407px;
  right: 295px;
}
#banner h1 {
  font-size: 50px;
  font-weight: 100;
  color: #575757;
}
#banner h1::after {
  content: '';
  display: block;
  width: 56px;
  height: 2px;
  background: #626262;
  margin-top: 16px;
  margin-bottom: 16px;
}
#banner p {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 27px;
  color: #6b6b6b;
}
#banner li {
  float: left;
  font-size: 18px;
  width: 130px;
  text-align: center;
  line-height: 32px;
  box-sizing: border-box;
  border: 1px solid #707070;
  color: #707070;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}
#banner li:last-child {
  margin-right: 0px;
}
.footer {
  position: relative;
  height: 340px;
  background-image: url("../img/bg_02.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.footer .nav_ul {
  padding-top: 42px;
  padding-bottom: 46px;
}
.footer .wx {
  position: absolute;
  bottom: 27px;
  right: 27px;
  text-align: center;
  color: #fff;
  width: 142px;
}
.footer .f-nav {
  color: #fff;
}
.footer .f-nav .nav_ul li {
  float: left;
  width: 150px;
  text-align: center;
}
.footer .f-nav .nav_ul li a {
  color: #fff;
  font-size: 18px;
  display: block;
}
.footer .foot-content {
  position: relative;
}
.footer .foot-content .foot-info h1 {
  font-size: 24px;
  font-weight: 400;
}
.footer .foot-content .foot-info p {
  width: 385px;
  font-size: 16px;
  font-weight: 400;
  color: #e1e1e1;
  line-height: 30px;
}
.footer .foot-content .foot-info:nth-child(1) {
  margin-left: 10px;
}
.footer .foot-content .foot-info:nth-child(1) p:nth-child(2) {
  margin-bottom: 5px;
  margin-top: 5px;
}
.footer .foot-content .foot-info:nth-child(2) {
  padding-top: 10px;
  margin-left: 154px;
}
.footer .foot-content::after,
.footer .foot-content::before {
  content: '';
  display: block;
  height: 3px;
  background-image: url("../img/border_03.png");
  background-repeat: no-repeat;
  background-position: center;
}
.footer .foot-content .fl {
  margin: 33px 0px;
}
.footer .f-coright {
  background: #2C2E2EFF;
  height: 49px;
  line-height: 49px;
  color: #fff;
}
.footer .f-coright .h {
  /*padding-left: 330px;*/
  box-sizing: border-box;
}
.footer .f-coright .h .fl:first-child {
  margin-right: 40px;
}
.culture {
  margin-bottom: 125px;
}
.culture .h > p {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 80px;
}
.culture .h > span {
  display: block;
  margin-top: 29px;
  margin-bottom: 52px;
  font-size: 18px;
  line-height: 30px;
}
.culture-content p {
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 30px;
}
.culture-content span {
  line-height: 30px;
  font-size: 16px;
}
.culture-content li {
  overflow: hidden;
  background: #f8b101;
  color: #000;
}
.culture-content li:nth-child(2n+2) {
  background: #000;
  color: #fff;
}
.culture-content li:nth-child(2n+2) .fr {
  width: 642px;
  box-sizing: border-box;
  padding: 40px 78px 0px 93px;
}
.culture-content li:nth-child(1) .fl,
.culture-content li:nth-child(3) .fl {
  width: 642px;
  box-sizing: border-box;
  padding: 40px 30px 0px 34px;
}
.development-content {
  position: relative;
  margin-bottom: 125px;
}
.development-content ul {
  float: left;
  margin-left: 100px;
}
.development-content ul:first-child{
  display:none;
}
.development-content ul:nth-child(1) li {
  position: relative;
  box-sizing: border-box;
  padding: 21px;
  font-size: 24px;
  width: 65px;
  height: 243px;
  margin-bottom: 37px;
  background: #f8b101;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 28px;
}
.development-content ul:nth-child(1) li span {
  word-wrap: normal;
  word-break: normal;
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  top: 121px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.development-content ul:nth-child(2) {
  font-size: 16px;
}
.development-content ul:nth-child(2) span {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.development-content ul:nth-child(2) li {
  margin-bottom: 60px;
}
.development-content ul:nth-child(2) li::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #f99300;
  border-radius: 50%;
  margin-right: 16px;
  vertical-align: middle;
  z-index: 10;
}
.development-content .line {
  position: absolute;
  top: 16px;
  left: 103px;
  width: 1px;
  height: 852px;
  background: #535353;
}
.honor .honor_list {
  margin-top: 70px;
  box-sizing: border-box;
  padding: 0px 38px;
}
.honor .honor_list li {
  width: 548px;
  height: 398px;
  float: left;
  margin-right: 28px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 20px 48px 0px;
  background: #eeeeee;
}
.honor .honor_list li p {
  color: #000;
  text-align: center;
  padding: 20px 0px;
  font-size: 18px;
}
.corporate li {
  float: left;
  margin-right: 24px;
  margin-bottom: 20px;
}
.title-g {
  text-align: center;
  color: #f8b101;
  margin-top: 50px;
}
.title-g p {
  width: 65px;
  height: 6px;
  background: #ffc000;
  margin: 0px auto;
}
.path {
  margin: 0 auto;
  width: 1200px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  padding: 30px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.path li {
  float: left;
  margin-right: 20px;
}
.path li:last-child {
  margin-right: 0px;
}
.path li:hover a {
  background: #ffc000;
  color: #000;
}
.path li a {
  display: block;
  font-size: 18px;
  border: 1px solid #ffc000;
  color: #707070;
  line-height: 40px;
  text-align: center;
  padding:0 15px;
}
.path li a.typelink {
  border: 1px solid #ffc000;
  color: #000;
  background: #ffc000;
}
.g-typename {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: left;
}
.g-typename p {
  color: #f8b101;
  font-size: 30px;
}
.g-typename p::after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 3px;
  background: #f8b101;
  vertical-align: bottom;
}
.news .news_list {
  margin-top: 40px;
}
.news .news_list li {
  display: flex;
  clear: both;
  margin-bottom: 26px;
  padding: 27px 10px 27px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
}
.news .news_list li:hover {
  background: #f0f0f0;
}
.news .news_list li:hover a {
  background: #f8b101;
  color: white !important;
  border-color: #f0f0f0;
}
.news .news_list li .new-info {
  width: 708px;
  margin-left: 23px;
}
.news .news_list li .new-info h4 {
  font-size: 26px;
  font-weight: 400;
  color: #000;
}
.news .news_list li .new-info p {
  font-size: 16px;
  color: #000;
}
.news .news_list li .new-info .time {
  display: block;
  font-size: 15px;
  color: #8e8c8c;
  margin: 9px 0px;
}
.news .news_list li .new-info a {
  margin-top: 20px;
  display: block;
  color: #000;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #dadada;
}
.news_read h1,
.news_read .time {
  text-align: center;
  color: #000;
}
.news_read .time {
  padding: 20px 0px;
  color: #898a89;
}
.news_read .read_con {
  margin-bottom: 50px;
  color: #000;
}
.news_read .infolist2 {
  display: block;
  color: #000;
  margin-bottom: 14px;
}
/* 翻页 */
#pagination {
  overflow: hidden;
  width: 307px;
  margin: 72px auto;
  text-align: center;
}
#pagination div {
  float: left;
}
#page_left_botton a,
#page_left_botton span {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
}
#page_left_botton a:hover,
#page_left_botton a {
  background-color: #7c322e;
  color: #fff;
}
#page_center_botton {
  display: none;
}
.xt_page_botton {
  text-align: center;
}
.contact {
  margin-bottom: 101px;
}
.contact .location {
  margin-bottom: 72px;
}
.contact .fl{
  width:595px;
}
.contact h1 {
  color: #4D4D4DFF;
  margin-bottom: 31px;
}
.contact p {
  color: #4D4D4DFF;
}
.contact #map img {
  max-width: inherit;
}
.contact .h .fr {
  width: 44%;
}
.mess_info span {
  color: red;
  display: inline-block;
  padding: 0px 5px 0px 2px;
}
.mess_info .input {
  margin-bottom: 27px;
}
.mess_info input {
  line-height: 30px;
  width: 237px;
  outline: none;
  border: 1px solid #707070;
}
.mess_info label {
  width: 84px;
  text-align: right;
  display: inline-block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #707070;
  vertical-align: top;
}
.mess_info input[type='submit'] {
  width: 180px;
  height: 50px;
  background: #fabe00;
  border-radius: 25px;
  border-color: transparent;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-family: Microsoft YaHei;
  margin-left: 130px;
  margin-bottom: 94px;
}
.mess_info textarea {
  width: 437px;
  height: 236px;
  border: 1px solid #707070;
}
.download-content li {
  overflow: hidden;
  border-bottom: 1px solid #BFBFBFFF;
  box-sizing: border-box;
  padding: 20px;
}
.download-content li p {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
      line-height: 24px;
}
.download-content li .fl {
  line-height: 40px;
}
.download-content li a {
  display: block;
  width: 100px;
  line-height: 40px;
  background: #f8b101;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.product-list {
  margin-bottom: 120px;
}
.product-list li {
  float: left;
  margin-right: 24px;
  margin-bottom: 22px;
  cursor: pointer;
}
.product-list li p {
  font-size: 18px;
  text-align: center;
  line-height: 58px;
  background: #dcdcdc;
}
.product-list li a {
      color: #000;
    border: 1px solid #eee;
    display: block;
    box-sizing: border-box;
}
.guilde {
  padding: 50px 0;
}
.guilde p {
  padding-left: 40px;
  line-height: 40px;
  font-size: 16px;
}
.product_read img {
  width: 100%;
}
.product_read .h > p {
  text-align: center;
  padding: 30px 0px;
  font-size: 18px;
}
.sfr_list ul {
  padding-top: 15px;
}
.sfr_list li {
  float: left;
  margin-right: 13px;
}
.sfr_list a {
  display: block;
}
.sfr_list a img {
  border: 1px solid #ccc;
}
.sfr_list li p {
  text-align: center;
  padding: 8px 0;
  color: #f8b101;
}
.sfr_list a:hover img {
  border: 1px solid #23499a;
}
.product_read {
  margin-bottom: 60px;
}
.location {
  padding: 15px 0px;
  font-size: 16px;
  background: #4d4d4d;
}
.location i {
  position: absolute;
  top: -3px;
  left: 0px;
  background-image: url("../img/icon_03.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 28px;
  display: inline-block;
  margin-right: 5px;
}
.location p {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-indent: 36px;
}
.location p a {
  color: #fff;
}
.news_con {
  margin-top: 70px;
}
.join table {
  width: 100%;
  border-color: #e6e6e6;
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
  margin-top: 30px;
}
.join table th {
  width: 200px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  color: #4D4D4DFF;
}
.join-table {
  font-size: 14px;
}
.join table tr:first-child {
  background: #f5f5f5;
}
.join tr:first-child {
  font-size: 20px;
}
.join-table th:last-child span {
  display: block;
  text-align: center;
  width: 120px;
  line-height: 40px;
  background: #f8b101;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
.join-table th:last-child span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.join-table th {
  font-weight: normal;
}
.patant tr:first-child th {
  padding: 20px 0px;
}
.about-content {
  margin-bottom: 180px;
}
.about-content li {
  width: 50%;
  height: 387px;
  float: left;
  overflow: hidden;
}
.about-content li img {
  width: 100%;
}
#about .about-content li:nth-child(1){
  padding-top:20px;
}
#about .about-content li:nth-child(1) p{
  line-height: 21px;
}
.about-content li:nth-child(1) {
  padding-right: 20px;
  box-sizing: border-box;
    padding-top: 41px;
}
.about-content li:nth-child(1) p {
  font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
}
.about-content li:nth-child(2) {
  margin-bottom: 31px;
}
.about-content li:nth-child(3) {
  background: black;
  padding-top: 100px;
  padding-left: 71px;
  padding-right: 37px;
  box-sizing: border-box;
  color: #fff;
}
.about-content li:last-child {
  padding-top: 100px;
  padding-left: 71px;
  padding-right: 49px;
  box-sizing: border-box;
  background: #f8b101;
}
.about-content li h1 {
  font-size: 30px;
  font-weight: 400;
}
.about-content li p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 36px;
}
.equipment {
  margin-bottom: 110px;
}
.equipment-list li {
  float: left;
  margin-right: 26px;
  margin-bottom: 28px;
  cursor: pointer;
}
.equipment-list li p {
  width: 280px;
  line-height: 70px;
  background: #dcdcdc;
  text-align: center;
  font-size: 18px;
}
.patant-swiper {
  height: 660px;
  background: #000;
  padding-top: 10px;
  box-sizing: border-box;
}
.patant-swiper .g-typename {
  margin-top: 50px;
  margin-bottom: 40px;
}
#certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#certify .swiper-container {
  padding-bottom: 60px;
}
#certify .swiper-slide {
  position: relative;
  width: 520px;
  height: 408px;
  background: #fff;
  text-align: center;
}
#certify .swiper-slide img {
  display: block;
  margin: 0 auto;
  height: 408px;
}
#certify .swiper-slide p {
  position: absolute;
  bottom: 40px;
  right: 0px;
  left: 0px;
  padding-top: 0;
  text-align: center;
  color: #f8b101;
  font-size: 18px;
  margin: 0 auto;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #f8b101;
  background-color: #fff;
}
#certify .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}
#certify .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}
#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}
.speeh {
  margin-bottom: 40px;
}
#lng li:first-child {
  display: block;
}
#lng li:nth-child(2) {
  display: none;
}
#e-title p {
  margin-bottom: 34px;
}
#news .path {
  width: 389px;
}
#contact li:first-child {
  padding: 17px 0px 17px 51px;
  text-indent: 0px;
}
#contact li:first-child::before {
  top: 36px;
}
#contact li span {
  text-indent: 85px;
}
#contact .wx-img img {
  margin: 10px auto 5px;
}
#e-product .path {
  width: 977px;
}
#e-about .path {
  width: 689px;
}
#e-patant .path {
  width: 689px;
}
#e-iabout li span {
  text-align: left;
  font-size: 13px;
}
#e-ipro .ipro-title p {
  width: 300px;
}
#e-istrength .fl {
  width: 420px;
}
#e-istrength .fr p {
  font-size: 21px;
}
#e-istrength .fr div {
  line-height: 18px;
}
#e-inews .n-title {
  font-size: 18px;
  letter-spacing: 0px;
}
#capacity .path {
  width: 689px;
}
#capacity .h {
  padding: 0px 78px;
}
#capacity .h .lt,
#capacity .h .gt {
  left: 57px;
}
#capacity-list .fl {
  width: 160px;
}
#capacity-list .fr {
  width: 846px;
  margin-top: 56px;
}
#capacity-list .fr img {
  margin-right: 9px;
}
#capacity-list .fr img:last-child {
  margin-right: 0px;
}
.partner-bg {
  margin-top: 70px;
  height: 517px;
  background-image: url("../img/p-bg_02.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.partner-bg .swiper-partner {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
.partner-bg .swiper-partner .swiper-button-prev {
  left: 328px;
}
.partner-bg .swiper-partner .swiper-button-next {
  right: 328px;
}
.partner-bg .swiper-partner .swiper-slide div {
  font-size: 104px;
  line-height: 52px;
}
.partner-bg .swiper-partner h3 {
  margin-top: 60px;
  margin-bottom: 45px;
  font-size: 24px;
}
.partner-bg .swiper-partner p {
  font-size: 16px;
  line-height: 36px;
  width: 741px;
  margin: 0px auto 0px;
}
.partner-bg .swiper-partner span {
  display: block;
  font-size: 20px;
}
.partner-bg .swiper-partner img {
  display: block;
  border-radius: 50%;
  border: 1px solid #666;
  overflow: hidden;
  margin: 20px auto;
}
.swiper-equipment,.swiper-Testing{
  position:relative;
  overflow:hidden;
}
.cc_book {
  margin-bottom:60px;
}
/*图片变大*/
.icompany-img{
  overflow:hidden;	
}
.icompany-img img{
  transition:all 1s ease-in-out;
}
.icompany-img:hover img{
  transform:scale(1.1)
}




/*新增户润简介*/

.hurun{
    
}
.hurun .list{
    display: flex;
    align-items: center;
    padding:20px 0;
    border-bottom: 1px solid #ccc;
}
.hurun .list1{
    padding-top:0;
}
.hurun .list>div{
    width: 50%;
}

.hurun .list .cont{
    font-size: 14px;
    line-height: 34px;
    
    
}
.hurun .list .pr{
    padding-right:20px;
}


.hurun .list .pl{
    padding-left:20px;
}
.sun{
    margin-bottom: 40px;
}
.sun .list {
    display: flex;
    /*align-items: center;*/
   
}
.sun .list>div{
    width: 50%;
}
.sun .list .cont{
    padding:30px;
    background: #002222;
    color: #fff;
    line-height: 34px;
}

.sun .list .left{
    display: flex;
    align-items: center
     background: #002222;
}

.sun .list .cont_en{
    line-height: 26px;
    padding:16px;
}













